-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wire passkey autofill to UI #13051
base: passkey-window-creation
Are you sure you want to change the base?
Wire passkey autofill to UI #13051
Conversation
New Issues (25)Checkmarx found the following issues in this Pull Request Fixed Issues (563)Great job! The following issues were fixed in this Pull Request
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the right track
apps/desktop/src/autofill/services/desktop-fido2-user-interface.service.ts
Show resolved
Hide resolved
apps/desktop/src/autofill/services/desktop-fido2-user-interface.service.ts
Outdated
Show resolved
Hide resolved
apps/desktop/src/autofill/services/desktop-fido2-user-interface.service.ts
Outdated
Show resolved
Hide resolved
//allowedCredentials: requestParameters.allowedCredentials, | ||
//extensionInput: requestParameters.extensionInput, | ||
clientDataHash: requestParameters.clientDataHash, | ||
userVerification: userVerification |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@coroiu The PasskeyAssertionRequest rust type probably needs to be tweaked or a new type introduced to support this flow. Since you did the OG work on this, do you have time to look into it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually Dani did this specific part, I wrote the Obj-C code, but we can all help you out (including @coltonhurst) :) I'll take a quick look
🎟️ Tracking
📔 Objective
Wire the FIDO2 autofill integration with the UI.
TODO:
📸 Screenshots
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes